home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / csv / convert.dfm / convert.txt
Text File  |  1995-12-22  |  1KB  |  81 lines

  1. object Form1: TForm1
  2.   Left = 246
  3.   Top = 103
  4.   Width = 455
  5.   Height = 294
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object Label1: TLabel
  14.     Left = 8
  15.     Top = 40
  16.     Width = 40
  17.     Height = 16
  18.     Caption = 'Fields'
  19.   end
  20.   object Label2: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 28
  24.     Height = 16
  25.     Caption = 'Line'
  26.   end
  27.   object Button1: TButton
  28.     Left = 8
  29.     Top = 224
  30.     Width = 433
  31.     Height = 33
  32.     Caption = 'Convert CSV File'
  33.     TabOrder = 0
  34.     OnClick = Button1Click
  35.   end
  36.   object Edit1: TEdit
  37.     Left = 56
  38.     Top = 36
  39.     Width = 121
  40.     Height = 24
  41.     TabOrder = 1
  42.   end
  43.   object ListBox1: TListBox
  44.     Left = 56
  45.     Top = 64
  46.     Width = 377
  47.     Height = 153
  48.     ItemHeight = 16
  49.     TabOrder = 2
  50.   end
  51.   object Edit2: TEdit
  52.     Left = 56
  53.     Top = 4
  54.     Width = 385
  55.     Height = 24
  56.     TabOrder = 3
  57.   end
  58.   object Table1: TTable
  59.     TableType = ttASCII
  60.     Left = 48
  61.     Top = 192
  62.   end
  63.   object Table2: TTable
  64.     Left = 144
  65.     Top = 192
  66.   end
  67.   object BatchMove1: TBatchMove
  68.     Destination = Table2
  69.     Source = Table1
  70.     Left = 96
  71.     Top = 192
  72.   end
  73.   object OpenDialog1: TOpenDialog
  74.     DefaultExt = 'csv'
  75.     FileName = '*.csv'
  76.     InitialDir = 'f:\'
  77.     Left = 8
  78.     Top = 192
  79.   end
  80. end
  81.